home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / maxblast.igz / maxblast.img / LETTER.BAT < prev    next >
DOS Batch File  |  2003-02-15  |  806b  |  47 lines

  1. @echo off
  2.  
  3. if "%CDBOOT%"=="TRUE" goto cBOOT
  4. goto FBOOT
  5.  
  6. :CBOOT
  7. call x:\letter.bat %1
  8. goto DONE
  9.  
  10. :FBOOT
  11. set DESTPATH=%1:\
  12. echo Your RAM Disk is %DESTPATH%
  13. path=a:\;%DESTPATH%
  14.  
  15. splash
  16. ECHO Loading files into memory, please wait...
  17. copy dmzip.exe %DESTPATH%
  18. %DESTPATH%dmzip.exe %DESTPATH%
  19. splash
  20. cls
  21.  
  22. %1:
  23. xbios  /Z /I /X
  24.  
  25. drmouse
  26. if errorlevel 10 goto MOUSEERR
  27. if errorlevel 9 goto MOUSEERR
  28. if errorlevel 8 goto MOUSEERR
  29. if errorlevel 7 goto MOUSEERR
  30. if errorlevel 6 goto MOUSEERR
  31. if errorlevel 5 goto MOUSEERR
  32. if errorlevel 4 goto MOUSEERR
  33. if errorlevel 3 goto MOUSEERR
  34. if errorlevel 2 goto MOUSEERR
  35. goto NOMOUSEERR
  36.  
  37. :MOUSEERR
  38. drmouse /u
  39. set NOMOUSE=TRUE
  40.  
  41. :NOMOUSEERR
  42.  
  43. CALL a:\dm.BAT
  44. cls
  45. echo Your RAM Disk is %DESTPATH%
  46. echo Thank you for using MaxBlast 3
  47. :DONE